projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4460cac
)
Don't use deprecated Pango api
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 2 Nov 2011 01:22:14 +0000
(21:22 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 2 Nov 2011 01:22:14 +0000
(21:22 -0400)
gtk/gtkprintcontext.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprintcontext.c
b/gtk/gtkprintcontext.c
index 223a8f4d46debccb12f8f375e1fb167e1d4d286d..9cb790e1a1195de92e07f0424920a3262d974c59 100644
(file)
--- a/
gtk/gtkprintcontext.c
+++ b/
gtk/gtkprintcontext.c
@@
-547,7
+547,7
@@
gtk_print_context_create_pango_context (GtkPrintContext *context)
g_return_val_if_fail (GTK_IS_PRINT_CONTEXT (context), NULL);
- pango_context = pango_
cairo_font_map_create_context (PANGO_CAIRO_FONT_MAP (_gtk_print_context_get_fontmap (context)
));
+ pango_context = pango_
font_map_create_context (_gtk_print_context_get_fontmap (context
));
options = cairo_font_options_create ();
cairo_font_options_set_hint_metrics (options, CAIRO_HINT_METRICS_OFF);